home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 2707 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: mail2news.demon.co.uk!stokes.demon.co.uk
  2. From: Philip Stokes <phil@stokes.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: Automatic Dialing?
  5. Date: Thu, 21 Mar 96 10:09:55 GMT
  6. Organization: Private Node
  7. Message-ID: <9603211009.AA00ab0@stokes.demon.co.uk>
  8. References: <200.6644T1177T1268@kadewe.artcom.de> <9603122234.AA00a5i@stokes.demon.co.uk> <1017.6652T1365T1867@extro.ucc.su.oz.au> 
  9. X-NNTP-Posting-Host: stokes.demon.co.uk
  10. X-Files: The truth is out there
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12. X-Mail2News-Path: disperse.demon.co.uk!post.demon.co.uk!stokes.demon.co.uk
  13.  
  14. Angus Mann (amann@extro.ucc.su.oz.au) wrote:
  15. > On 13-Mar-96 09:34:39 Philip Stokes <phil@stokes.demon.co.uk> bestowed upon the following wisdom to All, regarding Re: Automatic Dialing?...
  16. > >christian wuerdemann (codex@kadewe.artcom.de) wrote:
  17. > >> I wonder why there is no util that automates the dialing process, in
  18. > >> the way that if you are launching a netapplication the Internet-connection
  19. > >> is built up automatic!!!
  20. > >> Is there something like that??
  21. > >AmiTCP 4.2 using bootpconfig and ppp.device's dialer.
  22. > Erm, that dosn't do what he wants... he was asking if it's possible to get a
  23. > client to connect when run - like you can get PeeCee clients ala Netscape to
  24. > do...
  25.  
  26. Hmm, an example script for AMosaic off the top of my head:
  27.  
  28. -------------------------------------------------------------
  29. .key URL  ;there should only be one period "." at the start of the first
  30. .bra {    ;four lines, i.e. ".key" not "..key" - NNTP inserts the other :(
  31. .ket }
  32. .def URL "http://www.cucug.org/amiga.html"
  33.  
  34. version bsdsocket.library >NIL:
  35. if warn
  36.    AmiTCP:bin/Startnet
  37. endif
  38. run >NIL: AMosaic {URL}
  39. -------------------------------------------------------------
  40.  
  41. Save the script as "Mosaic", and enter
  42. "Mosaic http://my.favourite.www.site" to start AmiTCP, connect to
  43. your ISP and launch AMosaic. You should be able to use similar scripts
  44. to launch other apps.
  45.  
  46. Any good?
  47.  
  48. Phil
  49. -- 
  50. Philip Stokes                                   phil@stokes.demon.co.uk
  51. Hertfordshire
  52. England
  53.